08. Quiz: Absolute and Square Trick
Quiz for "Absolute Trick"
QUESTION:
Let's say that we have a line whose equation is y = -0.6x + 4. For the point (x,y) = (-5, 3), apply the absolute trick to get the new equation for the line, using a learning rate of alpha = 0.1.
Report your answer in the form y = w_1x + w_2, substituting appropriate values for w_1 and w_2.
SOLUTION:
These answers need to be solved by yourself, I believe you can do it
** Quiz for "Square Trick"**
QUESTION:
Let's say that we have a line whose equation is y = -0.6x + 4. For the point (x,y) = (-5, 3), apply the square trick to get the new equation for the line, using a learning rate of alpha = 0.01.
Report your answer in the form y = w_1x + w_2, substituting appropriate values for w_1 and w_2.
SOLUTION:
These answers need to be solved by yourself, I believe you can do it